home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Savor the Moment - Entert…ing Without Reservations
/
Savoe the Moment - Entertaining Without Reservations.iso
/
pc
/
Full_In
/
_SETUP.1
/
HOSmovie.dxr
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-10-03
|
374 b
|
23 lines
on prepareFrame
sprite(88).visible = 1
end
on enterFrame
global gSwaMiaw
tell window("miaw")
member("loop").volume = 0
pause(member("loop"))
updateStage()
end tell
end
on exitFrame
videolength = sprite(88).duration
if sprite(88).movieTime < (videolength - 10) then
go(the frame)
else
sprite(88).visible = 0
updateStage()
end if
end